home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 3: Dr. Sid.iso / pc / assets / sid-photogallery.dcr / 00043_03small.ls < prev    next >
Encoding:
Text File  |  2001-07-22  |  709 b   |  28 lines

  1. global selectionChecker
  2.  
  3. on mouseUp
  4.   if (the locV of sprite 8 > 70) and (the locV of sprite 8 < 380) then
  5.     puppetSprite(16, 1)
  6.     set the memberNum of sprite 16 to the number of member "03big"
  7.     set the ink of sprite 16 to 0
  8.     set the loc of sprite 16 to point(439, 240)
  9.     puppetSprite(17, 1)
  10.     set the memberNum of sprite 17 to the number of member "selection blue"
  11.     set the ink of sprite 17 to 1
  12.     set the blend of sprite 17 to 40
  13.     set the width of sprite 17 to 72
  14.     set the height of sprite 17 to 45
  15.     set the loc of sprite 17 to the loc of sprite 8
  16.     selectionChecker = 8
  17.   end if
  18.   puppetSound(1, "Clicker")
  19. end
  20.  
  21. on mouseEnter
  22.   cursor(280)
  23. end
  24.  
  25. on mouseLeave
  26.   cursor(-1)
  27. end
  28.